From: Andreas Schwab Date: Mon, 1 Dec 2003 00:45:10 +0000 (+0000) Subject: (powerpc-apple-darwin*): Use ${CC-cc} instead of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24842 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=07d66509438ef9d4f209b554b11f83944f33be4b;p=emacs.git (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. --- diff --git a/configure.in b/configure.in index dc3a8353d0c..34f7836e0da 100644 --- a/configure.in +++ b/configure.in @@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above. powerpc-apple-darwin* ) machine=powermac opsys=darwin # Define CPP as follows to make autoconf work correctly. - CPP="${CC} -E -no-cpp-precomp" + CPP="${CC-cc} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system